@charset "utf-8";
/* CSS Document */

/*search*/
.seach{
	width: 100%;
	min-width: 1200px;
	height: 68px;
}
.seach_left{
	width: 70%;
	height: 100%;
	overflow: hidden;
}
.seach_left ul{
	width: 100%;
	height: 100%;
}
.seach_left li{
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 77px;
}
.seach_left li p{
	color: #333;
	font-weight: bold;
}
.seach_left li a{
	margin: 0 10px 0 10px;
	color: #666;
	line-height: 77px;
}
.seach_left li a:hover{color:#e72612;}
.seach_right{
	width:320px;
	height: 36px;
	background: #fff;
	border-radius: 20px;
	margin-top: 16px;
	border: 1px solid #dedede;
}
.text_name{
	float: left;
	width:84%;
	padding-left: 5%;
	height:34px;
	color: #7d7d7d;
	font-size:14px; 
	background:rgba(0, 0, 0, 0);
	border:1px solid #fff;
	border-radius: 20px;
}
.submit{
	width:18px;
	height:18px;
	background:url(../IMAGES/pro_search.png)no-repeat center;
	float: right;
	margin:9px 12px 0 0;
	border:0px;
	cursor: pointer;
	background-position-x:0;
	background-size: 100% 100%;
}

/*product*/
.product{
	width: 100%;
	min-width: 1200px;
	height: 1248px;
	background: url(../IMAGES/pro_all_bg.png)no-repeat center;
}
.pro_title{
	width: 100%;
	height: 40px;
	padding-top: 130px;
	text-align: center;
}
.pro_title p{
	font-size: 35px;
	color: #333;
	letter-spacing: 1px;
}
.pro_title p span{
	font-size: 40px;
}
.pro_title p b{
	color: #e72612;
}
.pro_bottom{
	width: 100%;
	height: 955px;
	margin-top: 50px;
}
.pro_left{
	width: 280px;
	height: 100%;
	background: #0069aa;
}
.pro_left p{
	width: 100%;
	height: 90px;
	background:url(../IMAGES/pro_list_title.png)no-repeat center;
}
.pro_list{
	width: 92%;
	height: 700px;
	overflow: hidden;
	background:#fff;
	margin:0 auto;
}
.pro_list h3{
	height:56px; 
	overflow:hidden; 
	font-size:16px;
	font-weight:bold;
	line-height:56px;
	border-bottom: 1px solid #e5e5e5;
}
.pro_list h3 a{ 
	display:block;
	background:#fff url(../IMAGES/pro_list_icon1.png) no-repeat 30px center; 
	color:#333;
	padding-left: 70px;
    height: 100%;
}
.pro_list h3 a:hover{
	background:#e72612 url(../IMAGES/pro_list_icon2.png) no-repeat 30px center; 
	color:#fff;
}
.pro_list ul{
	overflow-y: auto;
	max-height: 476px;
	background:#fff;
}
.pro_list li{ 
	font-size: 16px;
    color: #747474;
    height: 36px;
    line-height: 36px;
}
.pro_list li a{
	font-size:14px;
	display:block; 
	color:#333;
	background:url(../IMAGES/fen_jt3.png) no-repeat 40px center;
	padding-left:60px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_list li a:hover{color: #e72612;}
.pro_left span{
	width: 92%;
	display: block;
	height: 142px;
	margin: 0 auto;
	background:url(../IMAGES/pro_phone.png)no-repeat center;
	background-size: 100% 100%;
}
.pro_right{
	width: 890px;
	height: 100%;
	background: #fff;
}
.pro_right ul{
	width: 850px;
    height: 912px;
    margin: 0 auto;
    margin-top: 22px;
    overflow: hidden;
}
.pro_right li{
	float: left;
	margin: 0 22px 22px 0;
	width: 268px;
	height: 212px;
	position: relative;
	overflow: hidden;
}
.pro_right li:nth-child(3n){margin-right: 0}
.pro_img{
	width: 266px;
	height: 179px;
	border: 1px solid #cecccd;
}
.pro_img a{
	width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
	box-sizing: border-box;
}
.pro_img a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.6s;
	max-width: 100%;
	max-height: 100%;
}
.pro_font{
	width: 100%;
	height: 32px;
	background: #cecccd;
}
.pro_font_img{
	width: 62px;
	height: 45px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.pro_font_img img{
	width: 100%;
}
.pro_font a{
	width: 74%;
	height: 100%;
	margin: 0 auto;
	font-size: 15px;
	color: #333;
	display: block;
	line-height: 28px;
	margin-left: 65px;
	text-align: center;
}
.pro_right li:hover .pro_img{border: 1px solid #e72612;}
.pro_right li:hover .pro_img a img{transform: scale(1.1)}
.pro_right li:hover .pro_font{background: #e72612;}
.pro_right li:hover .pro_font a{color: #fff;}
.pro_right li:hover .pro_font_img img{margin-top: -46px;}

/*column_one*/
.column_one{
	width: 100%;
	height: 112px;
	background: #e72612;
}
.column_one img{
	width: 100%;
	height: 48px;
	padding-top: 32px;
}
.column_two{
	width: 100%;
	height: 790px;
	margin-top: 70px;
}
.column_two_title{
	width: 100%;
	height: 40px;
	text-align: center;
}
.column_two_title p{
	font-size: 35px;
	color: #333;
	letter-spacing: 1px;
}
.column_two_title p span{
	font-size: 40px;
}
.column_two_title p b{
	color: #0069aa;
}
.column_two_bottom{
	width: 100%;
	height: 690px;
	overflow: hidden;
	margin-top: 56px;
	text-align: center;
	position: relative;
}
.column_two_img2{
	width: 100%;
	position: absolute;
	left: 0;
	top: 20px;
}
.column_two_img3{
	width: 50%;
	position: absolute;
	left: 25%;
	bottom: 80px;
}

/*kinds*/
.kinds{
	width: 100%;
	height: 657px;
	min-width: 1200px;
	margin-top: 80px;
	background: url(../IMAGES/kinds_bg.png)no-repeat center;
}
.kinds_bg{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.kinds_title{
	width: 100%;
	height: 40px;
	text-align: center;
}
.kinds_title p{
	font-size: 35px;
	color: #333;
	letter-spacing: 1px;
}
.kinds_title p span{
	color: #e72612;
	font-weight: bold;
}
.kinds_title p b{
	color: #0069aa;
}
.kinds_bottom{
	width: 100%;
	height: 410px;
	margin-top: 110px;
	overflow: hidden;
	position: relative;
}
.prod_bg{
	width: 100%;
	height: 510px;
}
#prod{
	height:auto; 
	margin:0 auto;
}
#kinds_l{
	background:url("../IMAGES/more_left_icon1.png") no-repeat;
	background-position: left center;
	width: 40px;height: 40px;
	cursor: pointer;
	position: absolute;
    bottom: 40%;
    left:0;
	background-size: 100% 100%;
}
#kinds_l:hover{
	background:url("../IMAGES/more_left_icon2.png") no-repeat;
	background-size: 100% 100%;
}
#kinds_r{
	background:url("../IMAGES/more_right_icon1.png") no-repeat;
	background-position: right center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
    bottom: 40%;
    right: 0;
	background-size: 100% 100%;
}
#kinds_r:hover{
	background:url("../IMAGES/more_right_icon2.png") no-repeat;
	background-size: 100% 100%;
}
#kinds_d{
	width:1200px; 
	height:100%;
	margin-left: 84px;
	overflow:hidden;
	float: left;
}
.kinds_list{
	width:100%;
	height: 410px;
}
.kinds_list ul{
	width:100%;
	height: 100%;
}
.kinds_list li{
	float: left;
	width: 378px;
	height: 410px;
	margin-right: 32px;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
}
.kinds_img{
	width: 353px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 17px;
}
.kinds_img a,.kinds_img a img{
	width: 100%;
	height:182px ;
	display: block;
	transition: 0.6s;
}
.kinds_font{
	width:353px;
	height: 270px;
	margin: 0 auto;
	text-align: center;
}
.kinds_font a{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
.kinds_font a b{
	display: block;
	width: 100%;
	font-size: 24px;
	color: #333;
	margin-top: 20px;
}
.kinds_font a p{
	width: 100%;
	font-size: 14px;
	color: #999;
	margin-top: 9px;
	height: 70px;
	line-height: 24px;
	overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden;-webkit-line-clamp:3;
}
.kinds_font a span{
	display: block;
	width: 138px;
	height: 40px;
	line-height: 40px;
	background: #e72612;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	margin-top: 26px;
	border-radius: 30px;
	letter-spacing: 1px;
	transition: 0.6s;
}
.kinds_list li:hover{background: #e72612;}
.kinds_list li:hover .kinds_img a img{transform: scale(1.1)}
.kinds_list li:hover .kinds_font a b{color: #fff;}
.kinds_list li:hover .kinds_font a p{color: #fff;}
.kinds_list li:hover .kinds_font a span{color: #e72612;background: #fff;}

/*environment*/
.environment{
	width: 100%;
	height: 680px;
	margin-top: 80px;
}
.environment_title{
	width: 100%;
	height:76px;
	text-align: center;
}
.environment_title p{
	font-size: 30px;
	color: #333;
	letter-spacing: 1px;
}
.environment_title p span{
	font-size: 35px;
}
.environment_title p b{
	color: #e72612;
}
.environment_title a{
	display: block;
	font-size: 15px;
	color: #666;
	margin-top: 2px;
}
.environment_bottom{
	width: 100%;
	height: 550px;
	overflow: hidden;
	margin-top: 40px;
}
.tab_header1{
	width:327px;
	height: 100%;
	float: left;
}
.tab_header1 li{
	width: 100%;
	height: 131px;
	margin-bottom: 10px;
	background:url(../IMAGES/environment_bg1.png)no-repeat center;
	background-size: 100% 100%;
}
.tab_header1 li a{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
.tab_header1 li a img{
	width: 42px;
	height: auto;
	margin: 42px 0 0 42px;
}
.tab_header1 li a p{
	float: right;
	width: 220px;
    line-height: 130px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.tab_content1{
	width:856px;
	height:100%;
	float: right;
	overflow: hidden;
}
.tab_content1 .tab1{
	width:856px;
	height:100%;
	display: none;
}
.tab_content1 .tab_active1{
	display: block;
}
.environment_detail{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.environment_img,.environment_img a,.environment_img a img{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	transition: 0.6s;
}
.environment_font{
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,0.64);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
.environment_font a{
	width: 100%;
	height: 100%;
	display: block;
	line-height: 100px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.environment_detail:hover .environment_img a img{transform: scale(1.1)}
.environment_detail:hover .environment_font{background:rgba(231,38,18,0.8);}

/*partner*/
.partner{
	width: 100%;
	height: 200px;
	min-width: 1200px;
	margin-top: 80px;
}
.partner_bg{
	width: 1366px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.partner_bottom{
	width: 100%;
	height: 122px;
	position: relative;
}
.prod_bg1{
	width: 100%;
	height: 122px;
}
#prod1{
	height:auto; 
	margin:0 auto;
}
#partner_l{
	background:url("../IMAGES/more_left_icon3.png") no-repeat;
	background-position: left center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
    bottom: 40%;
    left:0;
	background-size: 100% 100%;
}
#partner_l:hover{
	background:url("../IMAGES/more_left_icon2.png") no-repeat;
	background-size: 100% 100%;
}
#partner_r{
	background:url("../IMAGES/more_right_icon2.png") no-repeat;
	background-position: right center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
    bottom: 40%;
    right: 0;
	background-size: 100% 100%;
}
#partner_r:hover{
	background:url("../IMAGES/more_right_icon2.png") no-repeat;
	background-size: 100% 100%;
}
#partner_d{
	width:1200px; 
	height:100%;
	margin-left: 84px;
	overflow:hidden;
	float: left;
}
.partner_list{
	width:100%;
	height: 122px;
}
.partner_list ul{
	width:100%;
	height: 100%;
}
.partner_list li{
	float: left;
	width: 240px;
	height: 120px;
	margin-left: -1px;
	overflow: hidden;
	border:1px solid #eee;
	box-sizing: border-box;
}
.partner_list li:first-child{margin-left: 0}
.partner_list a,.partner_list a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.6s;
}
.partner_list li:hover a img{transform: scale(1.1)}

/*column_three*/
.column_three{
	width: 100%;
	min-width: 1200px;
	height: 262px;
	margin: 70px 0 70px 0;
	color: #fff;
	background: url(../IMAGES/column_three_bg.jpg)no-repeat center;
	overflow: hidden;
}
.column_three_fl{
	width:600px;
	height: 100%;
}
.column_three_fl b{
	font-size: 36px;
	display: block;
	padding-top: 80px;
}
.column_three_fl span{
	font-size: 24px;
	display: block;
	margin-top: 6px;
}
.column_three_fr{
	width: 479px;
	height: 100%;
	background: url(../IMAGES/column_three_img2.png)no-repeat center;
	background-size: 100% 100%;
	text-align: center;
}
.column_three_fr p{
	padding-top: 60px;
	font-size: 26px;
}
.column_three_fr b{
	display: block;
	padding: 6px 0 16px 0;
	font-size: 36px;
}
.column_three_fr a{
	display: block;
	width: 366px;
	height: 51px;
	background:#fff url(../IMAGES/column_three_img1.png)no-repeat center;
	border-radius: 30px;
	margin-left: 45px;
}
.column_three_fr a:hover{background:rgba(0,131,225,0.61) url(../IMAGES/column_three_img1.png)no-repeat center;}

/*advantage*/
.advantage{
	width:100%;
	height: 1235px;
}
.advantage_title{
	width: 830px;
	height: 120px;
	margin: 0 auto;
	background: url(../IMAGES/adv_title_bg.png)no-repeat bottom center;
}
.adv_title_fl{
	width: 460px;
	height: 100%;
}
.adv_title_fl p{
	font-size: 30px;
	color: #e72612;
}
.adv_title_fl p b{
	font-size: 50px;
	color: #0069aa;
}
.adv_title_fr{
	width:360px;
	font-size: 30px;
	color: #666;
	padding-top: 20px;
}
.adv_bottom{
	width: 100%;
	height: 1086px;
	margin-top: 40px;
}
.adv_bottom_one{
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	background: url(../IMAGES/adv_bg_bottom.png)no-repeat bottom center;
}
.adv_bottom_one_fl{
	width: 399px;
	height: 300px;
	overflow: hidden
}
.adv_bottom_one_fl a,.adv_bottom_one_fl a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.6s;
}
.adv_bottom_one_fl:hover a img{transform: scale(1.1)}
.adv_bottom_one_fr{
	width: 730px;
	margin-top: 56px;
}
.adv_bottom_one_fr b{
	display: block;
	width: 640px;
	font-size: 20px;
	color: #0069aa;
	margin-left: 86px;
}
.adv_bottom_one_fr b n{
	color: #333;
}
.adv_bottom_one_fr span{
	display: block;
	width: 640px;
	font-size: 16px;
	color: #999;
	margin-left: 86px;
	margin-top: 6px;
	text-transform : uppercase;
}
.adv_bottom_one_fr_list{
	width: 640px;
	font-size: 14px;
	color: #333;
	margin-left: 86px;
	margin-top: 10px;
}
.adv_bottom_one_fr_list li{
	margin-top: 10px;
	line-height: 24px;
}
.adv_bottom_one_fr_list li p{
	width: 620px;
    float: right;
}
.adv_bottom_two{
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	background: url(../IMAGES/adv_bg_bottom.png)no-repeat bottom center;
}
.adv_bottom_two_fr{
	width: 399px;
	height: 300px;
	overflow: hidden
}
.adv_bottom_two_fr a,.adv_bottom_two_fr a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.6s;
}
.adv_bottom_two_fr:hover a img{transform: scale(1.1)}
.adv_bottom_two_fl{
	width: 730px;
	margin-top: 56px;
}
.adv_bottom_two_fl b{
	display: block;
	width: 640px;
	font-size: 20px;
	color: #e72612;
	margin-left: 120px;
}
.adv_bottom_two_fl b n{
	color: #333;
}
.adv_bottom_two_fl span{
	display: block;
	width: 640px;
	font-size: 16px;
	color: #999;
	margin-left: 120px;
	margin-top: 6px;
	text-transform : uppercase;
}
.adv_bottom_two_fl_list{
	width: 640px;
    font-size: 14px;
    color: #333;
    margin-left: 120px;
    margin-top: 10px;
}
.adv_bottom_two_fl_list li{
	margin-top: 10px;
	line-height: 24px;
	display: table
}
.adv_bottom_two_fl_list li p{
	width: 620px;
    float: right;
}

/*about*/
.about{
	width: 100%;
	height: 1350px;
	margin-top:80px;
	text-align: center;
	background: url(../IMAGES/about_bg.png)no-repeat top;
}
.about_img{
	width: 98%;
    margin: 0 auto;
    height: 536px;
    background: #fff;
    box-shadow: 0px 0px 8px #7d6e6e;
}
.about_img a{
	width: 98.6%;;
    height: 520px;
    display: block;
    padding: 8px 0 0 8px;
    overflow: hidden;
}
.about_img a img{
	width: 100%;
	height: 100%;
}
.about b{
	font-size: 30px;
	color: #333;
	display: block;margin-top: 36px;
}
.about p{text-align: left;
	font-size: 16px;
    color: #666;
    width: 94%;
    margin-top: 20px;
    line-height: 32px;
    overflow: hidden;
}
.about_list{
	width: 30%;
	margin: 0 auto;
	height: 42px;
	margin-top: 36px;
}
.about_list ul{
	width: 100%;
	height: 100%;
}
.about_list li{
	width: 155px;
	height: 40px;
	float: left;
	margin-right: 30px;
}
.about_list li:last-child{margin-right: 0;}
.about_list li a{
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	background: #7e7e7e;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 20px;
}
.about_list li a:hover{
	background: #e72612;
}
.honor a{
	background: #e72612!important;
}
.honor_list{
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin-top:46px;
}
.honor_list ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.honor_list li{
	width: 223px;
	height: 100%;
	float: left;
	margin-right: 21px;
	overflow: hidden;
}
.honor_list li:last-child{margin-right: 0}
.honor_list_img{
	width: 100%;
	height: 205px;
	overflow: hidden;
}
.honor_list_img a{
	width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.honor_list_img a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.6s;
}
.honor_list_font{
	width: 100%;
	height: 30px;
	text-align: center;
}
.honor_list_font a{
	width: 80%;
	height: 100%;
	display: block;
	font-size: 16px;
	color: #333;
	line-height:18px;
	margin: 0 auto;
}
.honor_list li:hover .honor_list_img a img{transform: scale(1.1)}
.honor_list li:hover .honor_list_font a{color: #e72612;}

/*news*/
.news{
	width: 100%;
	height: 645px;
	background: #f6f6f6;
}
.news_fl,.news_fr{
	width: 578px;
	height: 488px;
	background: #fff;
	box-sizing: border-box;
}
.news_title{
	width: 100%;
	height: 46px;
	border-top: 1px solid #eee;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(8%, #fdfdfd), color-stop(97%, #e5e5e5) );
}
.news_title_font{
	width: 94%;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
.news_title_font p{
	font-size: 18px;
	color: #333;
	line-height: 46px;
	float: left;
	margin-right: 20px;
}
.news_title_font a{
	width: 24px;
	height: 24px;
	background: #e72612;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	color: #fff;
	margin-top: 12px;
	display: block;
	float: right;
}
.news_qa{
	width: 94%;
	margin: 0 auto;
	height: 370px;
	margin-top: 28px;
}
.news_qa ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.news_qa li{
	width: 100%;
	height: 118px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 18px;
}
.news_qa_img{
	width: 155px;
	height: 100px;
	overflow: hidden;
}
.news_qa_img a,.news_qa_img a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: .6s;
}
.news_qa li:hover .news_qa_img a img{transform: scale(1.1)}
.news_qa_font{
	width: 366px;
	height: 100%;
}
.news_qa_font a{
	font-size: 18px;
	color: #333;
	width: 100%;
	display: block;
	padding-top: 10px;
}
.news_qa_font p{
	width: 100%;
	height: 48px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-align: justify;
	line-height: 24px;
	margin-top: 10px;
}
.news_qa li:hover{border-bottom: 1px dashed #e72612;}
.news_qa li:hover .news_qa_font a{color: #e72612;}
.news_qa li:hover .news_qa_font p{color: #e72612;}
.tab_content{
	width: 94%;
	margin: 0 auto;
	height: 370px;
	margin-top: 28px;
	overflow: hidden;
}
.tab_content .tab{
	width:100%;
	height:100%;
	display: none;
}
.tab_content .tab_active{
	display: block;
}
.news_title_font p:first-child{color: #e72612;font-weight: bold;}
.news_title_font p:hover{cursor: pointer;color: #e72612;font-weight: bold;}
.news_font{
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.news_font_title{
	width: 100%;
	height: 22px;
	overflow: hidden;
}
.news_font_title span{
	width: 50px;
	height: 100%;
	background: #e72612;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	float: left;
}
.news_font_title a{
	width: 60%;
	height: 100%;
	margin-left: 16px;
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 22px;
}
.news_font_title b{
	float: right;
	height: 100%;
	display: inline-block;
	font-size: 16px;
	color: #333;
	text-align: right;
	line-height: 22px;
	font-weight: normal;
}
.news_font p{
	width: 100%;
    height: 60px;
    margin-top: 14px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
	text-align: justify;
}
.news_list{
	width: 100%;
	height: 238px;
	overflow: hidden;
	margin-top: 30px;
}
.news_list ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.news_list li{
	width: 100%;
	height: 36px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 16px;
}
.news_list li span{
	width: 22px;
	height: 22px;
	background: #343436;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	float: left;
}
.news_list li a{
	width: 70%;
	height: 100%;
	margin-left: 16px;
	display: inline-block;
	font-size: 16px;
	color: #333;
}
.news_list li b{
	float: right;
	height: 100%;
	display: inline-block;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.news_font:hover .news_font_title a{color: #e72612;}
.news_font:hover .news_font_title b{color: #e72612;}
.news_font:hover p{color: #e72612;}
.news_list li:hover{border-bottom: 1px dashed #e72612;}
.news_list li:hover span{background: #e72612;}
.news_list li:hover a{color: #e72612;}
.news_list li:hover b{color: #e72612;}

/*link*/
.link{
	width: 100%;
	height: auto;
	display: table;
}
.link_bg{
	width: 1200px;
	margin: 0 auto;
}
.link_bg ul{
	width: 100%;
	display: table;
}
.link_bg li{
	float: left;
	margin: 0 8px 8px 8px;
}
.link_bg li:first-child{margin-left: 0;margin-right: 0;}
.link_bg li:nth-child(2){margin-left: 0;}
.link_bg li p{
	font-size: 16px;
	color:#333;
	line-height: 24px;
}
.link_bg li a{
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.link_bg li a:hover{color: #e72612}